success(syko2021gmail.com)
2024-09-05
In this slide I demonstrate that movies with better ratings do not generally have higher budgets
Here are the libraries and dataset I used
## [1] "title" "year" "length" "budget" "rating"
## [6] "votes" "r1" "r2" "r3" "r4"
## [11] "r5" "r6" "r7" "r8" "r9"
## [16] "r10" "mpaa" "Action" "Animation" "Comedy"
## [21] "Drama" "Documentary" "Romance" "Short"
Here I make a scatter plot of movie ratings against budget and added a fitted model. The line is exactly horizontal, which suggest that there is no relationship, at least without further analysis.
## `geom_smooth()` using formula = 'y ~ x'